home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00100.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  930 b   |  30 lines

  1. on exitFrame
  2.   global movPC
  3.   set movPC to 7
  4.   if rollOver(27) then
  5.     set the castNum of sprite 18 to the number of cast "st"
  6.     set the locV of sprite 18 to the locV of sprite 14
  7.     set the locH of sprite 18 to the locH of sprite 14
  8.     exit
  9.   end if
  10.   if rollOver(30) then
  11.     set the castNum of sprite 18 to the number of cast "tt"
  12.     set the locV of sprite 18 to the locV of sprite 15
  13.     set the locH of sprite 18 to the locH of sprite 15
  14.     exit
  15.   end if
  16.   if rollOver(28) then
  17.     set the castNum of sprite 18 to the number of cast "vtt"
  18.     set the locV of sprite 18 to the locV of sprite 16
  19.     set the locH of sprite 18 to the locH of sprite 16
  20.     exit
  21.   end if
  22.   if rollOver(29) then
  23.     set the castNum of sprite 18 to the number of cast "bt"
  24.     set the locV of sprite 18 to the locV of sprite 17
  25.     set the locH of sprite 18 to the locH of sprite 17
  26.     exit
  27.   end if
  28.   set the locV of sprite 18 to -200
  29. end
  30.